﻿@charset "utf-8";
/*全局*/
html, body, div, object, pre, code, h1, h2, h3, h4, h5, h6, p, span, em,
cite, del, a, img, ul, li, ol, dl, dt, dd, fieldset, legend, form,
input, button, textarea, header, section, footer, article, nav, aside,
menu, figure, figcaption{
     margin: 0;
    padding: 0;
    outline: none;
    color:#333;
    font-size:12px;
    list-style:none;
    border:0;
     
}
fieldset,img{
    border: 0;
}
input,textarea,select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    outline: none;
    border-radius:0;
    resize:none;
}
body {
    padding:0;
    margin:0;
    color:#666;
    font-family:微软雅黑;
    background:#fff;
    min-width:1190px;
}
.w{width: 1190px;
    line-height: 40px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;}


div,dl,dt,dd,ul,h1,h2,h3,p{
    padding:0;
    margin:0;
}
li {
    list-style:none;
}
img {
    border:0;
}
table{
    border-collapse: collapse;
}
a {
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    color:#707070;
    text-decoration:none;
    cursor:pointer;
}
a:active {
    color:#f89f0a;
    text-decoration:none;
}
html {
    font-size:12px;
}
div,label,b,span,p,h1,h2,h3,h4,h5{
    /*font-family:fzlth;*/
    color:#333;
}
@font-face{
    /*font-family:fzlth;*/
    /*src:url('../fonts/fzlth_gbk.ttf');*/
}
@font-face {
  font-family: 'iconfont';  /* project id 422221 */
  src: url('../fonts/font_422221_4a4tsfxuf7ehr529.eot');
  src: url('../fonts/font_422221_4a4tsfxuf7ehr529.eot') format('embedded-opentype'),
  url('../fonts/font_422221_4a4tsfxuf7ehr529.woff') format('woff'),
  url('../fonts/font_422221_4a4tsfxuf7ehr529.ttf') format('truetype'),
  url('../fonts/font_422221_4a4tsfxuf7ehr529.svg#iconfont') format('svg');
}
input{
    font-family:微软雅黑;
    vertical-align:middle;
}
i{
    font-size:20px;
    vertical-align:middle;
}



